home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcr / pcr4_4.lha / DIST / loading / test2.c < prev    next >
Text File  |  1989-01-05  |  73b  |  7 lines

  1. test2(i)
  2. {
  3.   printf("Inside test2\n");
  4.     printf(i);
  5.     return (test1(i));
  6. }
  7.